home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / • Other Platforms / PCCTS 1.31 / lang / Pascal / pascal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-10  |  206 b   |  14 lines  |  [TEXT/MPS ]

  1. /* pascal.h header file for the antlr pascal grammar
  2.  *
  3.  * 6/9/91
  4.  */
  5.  
  6. #define TRUE    1
  7. #define FALSE    0
  8.  
  9. Sym *make_special_entry();
  10.  
  11. typedef Sym *Attrib;
  12. #define zzcr_attr(attr,tok,text)    {*(attr) = CurSym;}
  13.  
  14.